JBoss Community Archive (Read Only)

JBoss AS 7.1

Simple configuration subsystems

The following subsystems currently have no configuration beyond its root element in the configuration

<subsystem xmlns="urn:jboss:domain:cmp:1.0"/>
<subsystem xmlns="urn:jboss:domain:configadmin:1.0"/>
<subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
<subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
<subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
<subsystem xmlns="urn:jboss:domain:sar:1.0"/>
<subsystem xmlns="urn:jboss:domain:weld:1.0"/>

The presence of each of these turns on a piece of functionality:

Name

Description

cmp

Enables the deployment of CMP beans

configadmin

Enables the deployment and functionality of OSGI applications.

JAXRS

Enables the deployment and functionality of JAX-RS applications. This is implemented by the RestEasy project

jdr

Turns on Jboss Diagnostic Reporting subsystem

pojo

Enables deployment and functionality of MC beans

sar

Enables the deployment of .SAR archives containing MBean services, as supported by previous versions of JBoss Application Server

Weld

Enables the deployment and functionality of CDI applications

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 13:22:08 UTC, last content change 2013-01-31 13:21:07 UTC.